home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Communication / HTMLedit173-ppc / HTML.edit 1.7.3 (ppc) / HTML.edit 1.7.3 (ppc).rsrc / TEXT_6850_Base Utility.txt < prev    next >
Text File  |  1996-01-15  |  3KB  |  39 lines

  1.  
  2. Base Utility
  3.  
  4. To insert a <BASE> element into your text using the Base Utility, place the insertion point into your document, then choose the Base UtilityΓǪ command from the Structure submenu of the HyperText menu. The Base Utility is displayed, from where you can specify the URL (from the HREF popUp menu or by entering the URL directly) as well as the base id (optional). Choose the OK button to complete the command.
  5.  
  6. Note that the BASE element should only occur within the document Header (between <HEAD> and </HEAD>). The default base address is the URL of the document itself.
  7.  
  8. Items within the Base Utility dialog box are described below. For more information on creating a URL (Uniform Resource Locator), check out the HTML Primer  section "Linking to Other Documents".
  9.  
  10. Sample Base
  11. Shows the constructed base tag as it will be inserted into the document. 
  12.  
  13. Scheme (required)
  14. Either selected by the popUp menu or manually entered, this is the communication scheme of the file. This will be "http:" for BASE elements.
  15.  
  16. Server (required)
  17. The server name as it is known on the Internet, such as "www.ncsa.edu". Clicking on the Server: button gives you the option of replacing the default server (as set on the Preferences card) with the displayed server name, or of using the default server.
  18.  
  19. Port (optional)
  20. Most HTTP transmission defaults to port 80. If you've set up communications through a different port, enter that number here. Otherwise, leave this blank.
  21.  
  22. ID (optional)
  23. This attribute is used as an identifier to define a named reference to the base URL. This name token must be unique within the document. Leaving off the ID attribute creates a default base element that should include the URL of the current document. 
  24.  
  25. Include HREF= (required)
  26. This is the URL referencing the directory or file. If this references a document that is not in the same directory as the current HTML document, prepend the relative path to the filename.
  27.  
  28. Note that the External File and Select Document commands under the HREF popUp menu will automatically attach the proper relative path to the URL if the server location has been defined (on the Preferences card) and the document's path/location is within or below the server's directory (folder).
  29.  
  30. For example, if the current document is "/project/document.html" (a document named "document.html" located in a "project" folder on your server) and you want to reference two HTML documents, one named "contents.html" in the same folder, the other named "conrad.html" located in a "conrad" folder in the "people" folder on your server "www.server.edu", the BASE tags would look like:
  31.  
  32.    <BASE HREF="http://www.server.edu/project/contents.html">
  33.    <BASE HREF="http://www.server.edu/people/conrad/conrad.html">
  34.  
  35. Note 
  36. For compatibility with other systems, avoid using spaces or special characters in either your folder or document names.
  37.  
  38. Back to Structure submenu, back to HyperText menu, or return to Contents.
  39.